home *** CD-ROM | disk | FTP | other *** search
-
- # Makefile mit allen möglichen Warnungen für den gcc Compiler
- #
- # Wenn der Compiler SEHR streng prüfen soll, so am besten $(PARANOID) mit
- # einbinden beim Übersetzen.
-
-
- PARANOID = -Wtraditional -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings\\
- -Wconversion -Waggregate-return -Wstrict-prototypes\\
- -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls\\
- -Wnested-externs -Winline
-
- STD_WARNING = -Wall -pedantic $(PARANOID)
-
-